home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Gamer 7.35
/
PC Gamer Disc 7.35 (Holiday 2003).BIN
/
Data
/
items.pcg
/
scripts
/
DefineButton2_246
/
BUTTONCONDACTION on(press, dragOver).as
next >
Wrap
Text File
|
2003-10-09
|
189b
|
8 lines
on(press, dragOver){
if(_parent.scrollMax < _parent.num_Files)
{
startDrag("",0,this._x,224,this._x,384);
_parent.scrollBoxControl.gotoAndPlay("startFile");
}
}